home *** CD-ROM | disk | FTP | other *** search
/ Data Base of the Video Yearbook 1995 / Data Base of the Video Yearbook 1995 - Disc 2.iso / cosmos / yesnow.dir / 00073.ls < prev    next >
Encoding:
Text File  |  1995-12-19  |  190 b   |  13 lines

  1. on mouseDown
  2.   puppetSound("no!")
  3.   updateStage()
  4. end
  5.  
  6. on mouseUp
  7.   set the castNum of sprite 3 to 49
  8.   puppetSprite(3, 1)
  9.   updateStage()
  10.   set the castNum of sprite 3 to 48
  11.   go("12")
  12. end
  13.